home *** CD-ROM | disk | FTP | other *** search
/ Disney's Chicken Little …e) (Electronic Press Kit) / Disney's Chicken Little (Europe) (Electronic Press Kit).bin / bv_cl_menu_no.swf / scripts / DefineSprite_52 / frame_12 / DoAction.as
Text File  |  2005-09-21  |  119b  |  11 lines

  1. if(_parent.overState != 1)
  2. {
  3.    gotoAndStop("wait");
  4.    play();
  5. }
  6. else
  7. {
  8.    gotoAndStop("out");
  9.    play();
  10. }
  11.